/**banner**/

.slide {
    width: 100%;
    height: 600px;
    position: relative;
}

.slide .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide .prev {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 276px;
    left: 50%;
    border-radius: 50%;
    background: url(prev.png) center top no-repeat;
    z-index: 10;
    margin-left: -689px;
}

.slide .prev:hover {
    background: url(prevHover.png) center top no-repeat;
}

.slide .next {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 276px;
    right: 50%;
    border-radius: 50%;
    background: url(next.png) center top no-repeat;
    z-index: 10;
    margin-right: -689px;
}

.slide .next:hover {
    background: url(nextHover.png) center top no-repeat;
}

.slide .swiper-pagination {
    height: 42px;
    bottom: 20px;
    left: 50%;
    margin-left: 402px;
}

.slide .swiper-pagination-bullet {
    width: 42px;
    height: 42px;
    border-radius: 0;
    background: #000;
    border: 1px solid #fff;
    opacity: 0.8;
    margin-left: 10px;
    color: #fff;
    text-align: center;
    line-height: 42px;
}

.slide .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.slide .swiper-pagination-bullet-active {
    background: #3a83e9;
    border: 1px solid #fff;
    opacity: 1;
}


/**news**/

.section_2 {
    margin-top: 60px;
}

.title {
    height: 40px;
    line-height: 40px;
    background: url(title.png) center center no-repeat;
    font-family: "Arial Bold";
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    color: #333;
}

.Subtitle {
    font-family: "Arial";
    font-size: 20px;
    line-height: 22px;
    color: #999;
    text-align: center;
    margin-top: 10px;
    padding: 0 100px;
}

.newList {
    margin-top: 40px;
}

.firstInfo {
    height: 450px;
}

.firstInfoLeft {
    width: 800px;
    height: 450px;
}

.firstInfoLeft a {
    display: block;
    width: 100%;
    height: 100%;
}

.firstInfoLeft a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.firstInfoRight {
    width: 400px;
    height: 450px;
    background: #f7f8fa;
    position: relative;
}

.firstInfoRight .times {
    height: 40px;
    padding: 0 50px;
    margin-top: 50px;
}

.firstInfoRight .times span {
    float: left;
    height: 40px;
    font-family: "Arial";
    font-size: 22px;
    color: #333;
}

.firstInfoRight .mon {
    border-bottom: 4px solid #3a83e9;
    margin-right: 7px;
}

.infoTitle {
    margin-top: 21px;
    padding: 0 50px;
}

.infoTitle a {
    font-family: "Arial Bold";
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    color: #333;
    font-weight: 700;
}

.abstract {
    margin-top: 27px;
    padding: 0 50px;
    font-family: "Arial";
    font-size: 16px;
    line-height: 32px;
    color: #999;
}

.readMore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 90px;
    background: #3a83e9;
    font-family: "Arial";
    font-size: 22px;
    line-height: 90px;
    text-align: center;
    color: #fff;
}

.readMore:hover {
    color: #fff;
}

.otherInfo>div {
    float: left;
    width: 400px;
    height: 180px;
    border: 1px solid #eee;
    border-top: none;
    border-left: none;
    padding: 0 40px;
}

.otherInfo>div:first-child {
    border-left: 1px solid #eee;
}

.otherInfoTitle {
    margin-top: 34px;
}

.otherInfoTitle a {
    font-family: "Arial";
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.otherInfo .times {
    height: 20px;
    margin-top: 20px;
}

.otherInfo .times span {
    float: left;
    height: 20px;
    line-height: 20px;
    font-family: "Arial";
    font-size: 18px;
    color: #3a83e9;
}

.otherInfo .mon {
    margin-right: 5px;
}


/**INVESTMENT**/

.section_3 {
    margin-top: 60px;
}

.section_3 .bt-box-1200 {
    border-top: 1px solid #4c4c4c;
}

.tzTitle {
    height: 40px;
    margin-top: 30px;
}

.tzTitle span {
    float: left;
    font-family: "Arial Bold";
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #333;
}

.tzTitle a {
    float: right;
    font-family: "Arial";
    font-size: 16px;
    line-height: 40px;
    color: #999;
}

.tzList {
    margin-top: 30px;
}

.tzLeft {
    width: 580px;
}

.tzInfo {
    margin-top: 30px;
}

.tzInfo:first-child {
    margin-top: 0;
}

.tzInfoPic {
    float: left;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.tzInfoPic a {
    display: block;
    width: 100%;
    height: 100%;
}

.tzInfoPic a img {
    width: 100%;
    height: 100%;
    transition: .2s all ease-in-out;
}

.tzInfoPic a img:hover {
    transform: scale(1.1);
}

.tzInfoCon {
    float: left;
    width: 350px;
    height: 150px;
    margin-left: 30px;
}

.tzInfoTitle {
    height: 20px;
    line-height: 20px;
    margin-top: 12px;
}

.tzInfoTitle a {
    font-family: "Arial Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #333;
}

.tzInfoAbstract {
    font-family: "Arial";
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin-top: 13px;
}

.tzRight {
    width: 580px;
}

.video {
    margin-top: 32px;
    border-top: 1px solid #4c4c4c;
}

.videoTitle {
    height: 80px;
    line-height: 80px;
    font-family: "Arial Bold";
    font-weight: 700;
    font-size: 36px;
    color: #333;
}

.videoList {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.videoList img {
    transition: .2s all ease-in-out;
}

.videoList img:hover {
    transform: scale(1.1);
    object-fit: cover;
}

.bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #000;
    opacity: 0.4;
}

.txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-family: "Arial";
    font-size: 20px;
    color: #fff;
}

.broadcast {
    position: absolute;
    right: 20px;
    bottom: 9px;
    width: 32px;
    height: 32px;
    background: url(broadcast.png) center top no-repeat;
}

.videoPop {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 55;
    text-align: center;
    transition: .2s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.videoPopShow {
    visibility: visible;
    opacity: 1;
}

.videoPop div {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 65;
    margin: -320px 0 0 -400px;
    width: 800px;
}

.videoPop video {
    width: 800px;
    height: 360px;
}

.videoPop span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(close.png) no-repeat;
    background-size: contain;
    margin: 10px auto;
    cursor: pointer;
}


/**services**/

.section_4 {
    height: 400px;
    background: #f5fbff;
    margin-top: 60px;
}

.section_4 .bt-box-1200 {
    padding-top: 60px;
}

.serviceTitle {
    text-align: center;
    font-family: "Arial";
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #333;
}

.serviceList {
    height: 228px;
    margin-top: 14px;
}

.serviceList>div {
    float: left;
    width: 234px;
    height: 228px;
    margin-left: 7px;
}

.serviceList>div:first-child {
    margin-left: 0;
}

.serviceList>div a {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Arial";
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.serviceList>div .servicePic {
    overflow: hidden;
    display: block;
    width: 161px;
    height: 153px;
    margin: 40px 0 20px 30px;
}

.serviceList>div a:hover img {
    transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.serviceList>div a .word {
    margin-left: -13px;
}

.serviceList>div:nth-child(2) .servicePic {
    margin-left: 33px;
}

.serviceList>div:nth-child(2) a .word {
    margin-left: -9px;
}

.serviceList>div:nth-child(3) .servicePic {
    margin-left: 34px;
}

.serviceList>div:nth-child(3) a .word {
    margin-left: -7px;
}

.serviceList>div:nth-child(4) .servicePic {
    margin-left: 35px;
    margin-bottom: 18px;
}

.serviceList>div:nth-child(4) a .word {
    margin-left: 0px;
}

.serviceList>div:nth-child(5) .servicePic {
    margin-left: 35px;
    margin-bottom: 18px;
}

.serviceList>div:nth-child(5) a .word {
    margin-left: 0px;
}


/**visiting**/

.section_5 .bt-box-1200 {
    padding-top: 60px;
}

.section_5 .title {
    background: url(title2.png) center center no-repeat;
}

.section_5 .Subtitle {
    margin-top: 16px;
    line-height: 32px;
}

.visitList {
    height: 450px;
    margin-top: 32px;
}

.visitLeft {
    float: left;
    width: 600px;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.visitLeft a {
    display: block;
    width: 100%;
    height: 100%;
}

.visitLeft a img {
    width: 100%;
    height: 100%;
    transition: .2s all ease-in-out;
    object-fit: cover;
}

.visitLeft a img:hover {
    transform: scale(1.1);
}

.visitBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #000;
    opacity: 0.4;
}

.visitTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding-left: 20px;
}

.visitTxt a {
    color: #fff;
    font-family: "Arial";
    font-weight: 700;
    font-size: 22px;
}

.visitRight {
    position: relative;
    float: left;
    width: 600px;
    height: 410px;
    background: #f7f8fa;
    margin-top: 40px;
    padding-top: 25px;
    border-bottom: 5px solid #accbf6;
}

.visitRight>div {
    float: left;
    width: 240px;
    height: 100px;
    margin: 40px 0 0 40px;
    background: #fff;
    box-shadow: 0 0 12px #cccccc29;
}

.visitRight>div a {
    float: left;
    width: 130px;
    height: 100px;
    line-height: 100px;
    padding-left: 20px;
    font-family: "Arial Bold";
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

.visitRight>div .visitPic {
    width: 110px;
    height: 100px;
    overflow: hidden;
}

.visitRight>div .visitPic img {
    width: 100%;
    height: 100%;
    transition: .2s all ease-in-out;
}

.visitRight>div .visitPic img:hover {
    transform: scale(1.1);
}

.discover {
    position: absolute;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    background: #3a83e9;
    left: 180px;
    bottom: -28px;
    text-align: center;
    line-height: 60px;
    font-family: "Arial";
    font-size: 16px;
    color: #fff;
}

.discover:hover {
    color: #fff;
}


/**PHOTO GALLERY**/

.section_6 .bt-box-1200 {
    padding-top: 82px;
}

.section_6 .title {
    background: url(title3.png) center center no-repeat;
}

.galleryList {
    height: 480px;
    margin-top: 40px;
    position: relative;
}

.section_6 .swiper-slide {
    width: 100%;
    height: 480px;
}

.muder {
    float: left;
    width: 239px;
    height: 480px;
    position: relative;
    margin-left: 5px;
}

.muder:nth-child(odd) {
    background: linear-gradient(180.00deg, #accbf6 0%, #3a83e9 100%);
}

.muder:nth-child(even) {
    background: linear-gradient(360.00deg, #accbf6 0%, #3a83e9 100%);
}

.muder:first-child {
    margin-left: 0;
}

.muder .imgAs {
    display: block;
    width: 239px;
    height: 240px;
}

.imgAs img {
    width: 100%;
    height: 100%;
}

.characters {
    width: 239px;
    height: 240px;
    padding: 40px 17px 55px 24px;
    font-family: "Arial";
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.cur {
    width: 468px;
}

.cur .characters {
    display: none;
}

.cur .imgAs {
    width: 100%;
    height: 100%;
}

.tit {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: linear-gradient(180.00deg, #3a83e900 0%, #3a83e9 100%);
    font-family: "Arial";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 66px 0 0 20px;
}

.cur .tit {
    display: block;
}

.section_6 .prev {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 216px;
    left: -88px;
    border-radius: 50%;
    background: url(prev.png) center top no-repeat;
    z-index: 10;
}

.section_6 .prev:hover {
    background: url(prevHover.png) center top no-repeat;
}

.section_6 .next {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 216px;
    right: -88px;
    border-radius: 50%;
    background: url(next.png) center top no-repeat;
    z-index: 10;
}

.section_6 .next:hover {
    background: url(nextHover.png) center top no-repeat;
}


/**返回顶部**/

.backTop {
    width: 200px;
    height: 40px;
    line-height: 45px;
    margin: 60px auto 0 auto;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    background: #accbf6 url(backTop.png) 151px center no-repeat;
    font-family: "Arial";
    font-size: 16px;
    color: #fff;
    padding-left: 35px;
}